projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdb390b
)
Fix typo in gpx track tag/path mapping
author
alexmot
<alexmot>
Wed, 14 Jan 2004 16:41:22 +0000
(16:41 +0000)
committer
alexmot
<alexmot>
Wed, 14 Jan 2004 16:41:22 +0000
(16:41 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index 18845bb98e9f6c280bed3457fd7613d3374df899..74e1aebaada8e7a51aab79c70e82e086d680ee34 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-156,7
+156,7
@@
tag_mapping tag_path_map[] = {
{ tt_trk, 0, "/gpx/trk" },
{ tt_trk_name, 0, "/gpx/trk/name" },
{ tt_trk_desc, 0, "/gpx/trk/desc" },
- { tt_trk_trkseg, 0, "/gp
s
/trk/trkseg" },
+ { tt_trk_trkseg, 0, "/gp
x
/trk/trkseg" },
{ tt_trk_trkseg_trkpt, 0, "/gpx/trk/trkseg/trkpt" },
{ tt_trk_trkseg_trkpt_ele, 0, "/gpx/trk/trkseg/trkpt/ele" },
{ tt_trk_trkseg_trkpt_time, 0, "/gpx/trk/trkseg/trkpt/time" },